C1.Win.FlexGrid Namespace / C1FlexGridBase Class / Select Method / Select(IList<CellRange>,Boolean) Method
CellRange that specifies ranges of the cells that will be selected.
Whether to scroll the last selection range into view.

In This Topic
Select(IList<CellRange>,Boolean) Method
In This Topic
Selects a ranges of cells in MultiRange mode.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal ranges As IList(Of CellRange), _
   ByVal show As Boolean _
) 
 

Parameters

ranges
CellRange that specifies ranges of the cells that will be selected.
show
Whether to scroll the last selection range into view.
See Also